home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------------*/
- /* */
- /* */
- /* ------------ Bit-Bucket Software <no-Inc> */
- /* \ 10001101 / Writers and Distributors of */
- /* \ 011110 / No-Cost<no-tm> Software. */
- /* \ 1011 / */
- /* ------ */
- /* */
- /* Copyright (C) 1987, 1988, 1989 by Robert Hartman and Vincent Perriello */
- /* */
- /* */
- /* IBM PC Line Drawing character definitions used in BinkleyTerm 2.10 */
- /* */
- /* */
- /* For complete details of the licensing restrictions, please refer */
- /* to the License agreement, which is published in its entirety in */
- /* the MAKEFILE and BT.C, and also contained in the file LICENSE.210. */
- /* */
- /* USE OF THIS FILE IS SUBJECT TO THE RESTRICTIONS CONTAINED IN THE */
- /* BINKLEYTERM LICENSING AGREEMENT. IF YOU DO NOT FIND THE TEXT OF */
- /* THIS AGREEMENT IN ANY OF THE AFOREMENTIONED FILES, OR IF YOU DO */
- /* NOT HAVE THESE FILES, YOU SHOULD IMMEDIATELY CONTACT THE AUTHORS */
- /* AT THE ADDRESSES LISTED BELOW. IN NO EVENT SHOULD YOU PROCEED TO */
- /* USE THIS FILE WITHOUT HAVING ACCEPTED THE TERMS OF THE */
- /* BINKLEYTERM LICENSING AGREEMENT, OR SUCH OTHER AGREEMENT AS YOU */
- /* ARE ABLE TO REACH WITH THE AUTHORS. */
- /* */
- /* */
- /* The Authors can be reached at the following addresses: */
- /* */
- /* Robert C. Hartman Vincent E. Perriello */
- /* Spark Software VEP Software */
- /* 427-3 Amherst Street 111 Carroll Street */
- /* CS2032, Suite 232 Naugatuck, CT 06770 */
- /* Nashua, NH 03061 */
- /* */
- /* FidoNet 1:132/101 FidoNet 1:141/491 */
- /* Data (603) 888-8179 Data (203) 729-7569 */
- /* */
- /* Please feel free to contact us at any time to share your comments */
- /* about our software and/or licensing policies. */
- /* */
- /*--------------------------------------------------------------------------*/
-
-
- /* $Header: VIDEO.H 0.1 88/04/01 03:13:10 Bob Exp $ */
-
- /*
- * $Log: VIDEO.H $
- * Revision 0.1 88/04/01 03:13:10 Bob
- * Initial check-in
- *
- */
-
- /* single line boxes */
- #define VBAR1 179
- #define VLINE 179
- #define HBAR1 196
- #define HLINE 196
- #define ULC11 218
- #define URC11 191
- #define LLC11 192
- #define LRC11 217
- #define TL11 195
- #define TR11 180
- #define TT11 194
- #define TB11 193
- #define X11 197
-
- /* double line boxes */
- #define VBAR2 186
- #define HBAR2 205
- #define ULC22 201
- #define URC22 187
- #define LLC22 200
- #define LRC22 188
- #define TL22 204
- #define TR22 185
- #define TT22 203
- #define TB22 202
- #define X22 206
-
- /* single line horizontal and double line vertical boxes */
- #define ULC12 214
- #define URC12 183
- #define LLC12 211
- #define LRC12 189
- #define TL12 199
- #define TR12 182
- #define TT12 210
- #define TB12 208
- #define X12 215
-
- /* double line horizontal and single line vertical boxes */
- #define ULC21 213
- #define URC21 184
- #define LLC21 212
- #define LRC21 190
- #define TL21 198
- #define TR21 181
- #define TT21 209
- #define TB21 207
- #define X21 216
-
- /* full and partial blocks */
- #define BLOCK 219
- #define VBAR 219
- #define VBARL 221
- #define VBARR 222
- #define HBART 223
- #define HBARB 220
-
- /* special graphic symbols */
- #define BLANK 32
- #define DIAMOND 4
- #define UPARROW 24
- #define DOWNARROW 25
- #define RIGHTARROW 26
- #define LEFTARROW 27
- #define SLASH 47
-